Welcome![Sign In][Sign Up]
Location:
Search - Delphi network

Search list

[WinSock-NDISDelphi网络编程范例

Description: 有关Delphi网络编程方面的例子。-the Delphi Network Programming of examples.
Platform: | Size: 225969 | Author: aaa | Hits:

[Chess Poker gameswqgame

Description: 用Delphi写的网络围棋程序- Network Chinese chess procedure writes which with Delphi
Platform: | Size: 192512 | Author: 站长 | Hits:

[Internet-NetworkNetWorkCapacity

Description: 一个网络流量统计的例子,使用了iphlpaip库-An example of network traffic statistics, the use of the library iphlpaip
Platform: | Size: 819200 | Author: 站长 | Hits:

[BooksDelphi网络论坛精华2000

Description: Delphi网络论坛精华2-Delphi Network Forum Highlights 2
Platform: | Size: 814080 | Author: 李成斌 | Hits:

[ICQ-IM-ChatMSN 全功能控件+源码tmsnmessenger

Description: TMSNMessenger is a interface component for the MSNMessenger Network. The chat session component is now avaliable!
Platform: | Size: 165888 | Author: | Hits:

[Internet-NetworkDelphi网络编程范例

Description: 有关Delphi网络编程方面的例子。-the Delphi Network Programming of examples.
Platform: | Size: 225280 | Author: aaa | Hits:

[Remote Control网络监控cxu

Description: 对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computer's operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl
Platform: | Size: 15360 | Author: 王中 | Hits:

[Internet-Network系统监控网络版delphi源码

Description: 这是一个介绍如何开发“网络监控”程序的。大家可以借鉴其原理。-this is how to develop a "network monitoring" procedures. We can learn from its tenets.
Platform: | Size: 148480 | Author: 生来 | Hits:

[Education soft system考试系统(Delphi版)

Description: 网络考试系统,Delphi课程设计 本考试系统主要功能如下: 1. 学生可以在网上进行考试,考试结束后由计算机批改试题给出分数,并记录成绩。 2. 学生在还可以在网上查询自己的考试成绩,查看自己的考试情况,修改密码等个人资料。 3. 老师可以在网上建立并维护题库,按不同方式组卷,还可以查看学生各次的考试情况。 4. 管理员可以在网上建立学生、老师等用户。-network test systems, Delphi curriculum design of the main functions of the examination system is as follows : 1. Students can be conducted online examination, by the end of the computer is correcting papers score and record accomplishments. 2. Students in the Internet can also inquire about his examination results, check their examination of the revised personal information such as passwords. 3. The teacher can build and maintain online database Test Paper different way, students can also check the examination of the situation. 4. Administrators can establish online students, teachers and other users.
Platform: | Size: 1797120 | Author: 王黑客 | Hits:

[Game ProgramDelphi编写的网络对站平台

Description: 网络对站平台,从网上找的不知大家是否用得到-network station platform, from the Internet to find the people do not know whether to be
Platform: | Size: 1130496 | Author: 大使馆 | Hits:

[ERP-EIP-OA-Portal网络人事管理系统(Delphi源码)

Description: 网络人事管理系统(Delphi源码).rar-network Personnel Management System (Delphi source code). Rar
Platform: | Size: 243712 | Author: xubu | Hits:

[Internet-Network用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5120 | Author: 里平 | Hits:

[Other用Delphi编制可自动升级程序

Description: 在编制了一个应用程序后的维护阶段,我们会面临给应用程序升级的工作.无疑,手工升级的工作是十分繁琐的,你可能会需要到用户的机器上去更新文件.可是,如果能编一个自动升级程序,放在网络上,让用户下载,只需执行一下就完成升级工作,不是很方便吗?其实,用Delphi可以很方便地编制出这样一个的程序.-in the preparation of an application after the maintenance stage, we will face to the application upgrade work. There is no doubt that the escalation of manual work is very complicated, you may need to boost users update machines. However, if a series automatic update procedures on the network, allows users to download, just about to complete the implementation of upgrading work is not very convenient? In fact, Delphi can easily produce such a procedure.
Platform: | Size: 5120 | Author: 赵长华 | Hits:

[Hook api网易泡泡泡时外挂(delphi源代码)Ver1.5

Description: 网易泡泡泡时外挂的delphi源代码,其中对网络和Hook的部分可以直接应用到自己的程序中。-Netease Bubble bubble at the delphi external source, which the network part of the Hook and can be applied directly to their own procedures.
Platform: | Size: 206848 | Author: fleamboy | Hits:

[Delphi/CppBuilderdelphi 编程实例与技巧

Description: Delphi是由Inprise公司推出的面向对象的可视化软件开发工具。本书共分三部分、16章,主要介绍Delphi 集成开发环境,对象Pascal语言、组件、通用编程技术、动态链接库、多线程、多媒体编程、数据库编程、网络编程和Windows API编程等。 -Inprise Delphi is the company's object-oriented visualization software development tools. The book has three parts, 16 chapters, introduces Delphi Integrated Development Environment, Object Pascal language, components, common programming techniques, dynamic link library, multi-threaded, multi-media programming, database programming, network programming and other Windows API programming.
Platform: | Size: 12046336 | Author: 白宇 | Hits:

[Internet-Network分形图并行算法

Description: 这是一个基于Delphi开发的网络分形图并行算法-based Delphi network Fractal Parallel Algorithm
Platform: | Size: 47104 | Author: 覃积飞 | Hits:

[BooksDelphi

Description: delphi网络编程的书籍,主要有webservice等技术,在网络中很难找-delphi network programming books, mainly webservice technologies such as hard to find in the network
Platform: | Size: 10570752 | Author: 邓新荣 | Hits:

[Internet-NetworkGreek-Network-Dynamic-DNS-IP-update-tool

Description: 希网动态域名IP更新工具.自动更新3322的动态域名-Greek Network Dynamic DNS IP update tool. Automatic Updates 3322 dynamic domain name
Platform: | Size: 225280 | Author: 余益 | Hits:

[matlabdelphi

Description: delphi 网络 流量 监控 源代码 包含源代码以及部分注释。-delphi network traffic monitoring source code contains the source code and some comments.
Platform: | Size: 466944 | Author: kevinxue | Hits:

[Communicationdelphi-udp-trans

Description: delphi网络通信控件,发送数据流,实现了UDP穿透;传输速度很快的,可以用它来传输语音,视频,还有文件等数据流-delphi network traffic control, and send data streams to achieve the UDP through transmission speed quickly, you can use it to transmit voice, video, and data stream files
Platform: | Size: 47104 | Author: ma chuanjun | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net